home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / graphics / gwswin11.zip / SETUP.SCR < prev   
Text File  |  1992-12-26  |  1KB  |  45 lines

  1. ;
  2. ;Graphic Workshop for Windows install script
  3. ;arguments:  %1 = destination path
  4. ;
  5. copy gws.exe %1
  6. onerror say Error copying GWS.EXE
  7. ;
  8. copy gws.wri %1
  9. onerror say Error copying GWS.WRI
  10. copy example1.img %1
  11. onerror say Error copying EXAMPLE1.IMG
  12. copy example1.thn %1
  13. onerror say Error copying EXAMPLE1.THN
  14. copy example2.gif %1
  15. onerror say Error copying EXAMPLE2.GIF
  16. copy example2.thn %1
  17. onerror say Error copying EXAMPLE2.THN
  18. copy example3.gif %1
  19. onerror say Error copying EXAMPLE3.GIF
  20. copy example3.thn %1
  21. onerror say Error copying EXAMPLE3.THN
  22. copy readme.txt %1
  23. onerror say Error copying README.TXT
  24. copy order.frm %1
  25. onerror say Error copying ORDER.FRM
  26. copy order.wri %1
  27. onerror say Error copying ORDER.WRI
  28. copy bwcc.dll %1
  29. onerror say Error copying BWCC.DLL to %1. Graphic Workshop may not run without this file.
  30. ;
  31. ; Use only if there's a README.TXT file
  32. ;
  33. copy readme.txt %1
  34. onerror say Error copying README.TXT
  35. ;
  36. ;registered versions only
  37. ;
  38. ;copy camera.exe %1
  39. ;onerror say Error copying CAMERA.EXE
  40. ;copy camera.wri %1
  41. ;onerror say Error copying CAMERA.WRI
  42. ;
  43. ; Now go make the group
  44. ;
  45.